home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / res / description / VPscenemotionblur.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  348b  |  17 lines

  1. #ifndef _VPscenemotionblur_H_
  2. #define _VPscenemotionblur_H_
  3.  
  4. enum
  5. {
  6.     VP_SMBSUB                                    =    1000,
  7.         VP_SMBSUB_5                                    = 0,
  8.         VP_SMBSUB_9                                    = 1,
  9.         VP_SMBSUB_16                                = 2,
  10.         VP_SMBSUB_25                                = 3,
  11.     VP_SMBSTRENGTH                        =    1001,
  12.     VP_SMBDITHER                            =    1002,
  13.     VP_SMBAARESTRICTION                = 1003,
  14.     VP_SMBCAMERAOFFSET                = 1004
  15. };
  16.  
  17. #endif